projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adb5df0
)
gl: Free icon data
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 2 Jun 2019 15:10:40 +0000
(15:10 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 4 Jun 2019 23:00:01 +0000
(23:00 +0000)
gsk/gl/gskgliconcache.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskgliconcache.c
b/gsk/gl/gskgliconcache.c
index 06c8a3ae635323f2de8def84e4ba91bf327a7735..95dc3d722ba5eb8d6ebee82398bd94db2f5b7fc1 100644
(file)
--- a/
gsk/gl/gskgliconcache.c
+++ b/
gsk/gl/gskgliconcache.c
@@
-17,6
+17,7
@@
typedef struct
static void
icon_data_free (gpointer p)
{
+ g_free (p);
}
void